https-dns-proxy: bugfix: remove IPKG_INSTROOT check
authorStan Grishin <[email protected]>
Fri, 10 Oct 2025 23:30:41 +0000 (23:30 +0000)
committerStan Grishin <[email protected]>
Sat, 11 Oct 2025 00:41:21 +0000 (17:41 -0700)
Signed-off-by: Stan Grishin <[email protected]>
net/https-dns-proxy/files/etc/init.d/https-dns-proxy

index 8acb23e7d77459f12187bb6eed3997f8a2eaf67c..528bed191c4c2be9df89fee067fc1dd66168bf33 100755 (executable)
@@ -9,8 +9,6 @@ STOP=15
 # shellcheck disable=SC2034
 USE_PROCD=1
 
-[ -n "${IPKG_INSTROOT}" ] && exit 0
-
 if type extra_command 1>/dev/null 2>&1; then
        extra_command 'version' 'Show version information'
 else